home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micromanía: 100 Demos - Disc 2
/
Micromania 100 Demos - Disco 2.iso
/
Project Nomads
/
nomads_demo_eng.exe
/
MODARTEFACT.TCL
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-05-15
|
396 b
|
27 lines
#
# Zustands-▄berwachungs-Script
# State Watch Script
#
# FX
#
# created: 15-Jun-2000 Bernd
#
# (C) COPYRIGHT 2001 RADONLABS GMBH
#
proc modartefactwatch_normal {} {
if {[.iskilled] == "true"} {
.announcestate explode
}
}
proc modartefactwatch_explode {} {
if {[.isanimfinished] == "true"} {
.setremoveable true
}
}